home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20030409-20031118
/
000154_jaltman@columbia.edu_Fri Jun 13 09:26:51 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2003-11-18
|
2KB
|
74 lines
Article: 14382 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: jaltman@columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: HTTP Proxy in ckermit
Date: 13 Jun 2003 03:04:16 -0400
Organization: Columbia University
Lines: 57
Message-ID: <bcbt1g$2ph$1@watsol.cc.columbia.edu>
References: <f270e7b1.0306121124.4e268ecd@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1055487857 19182 128.59.39.139 (13 Jun 2003 07:04:17 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 13 Jun 2003 07:04:17 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14382
This should be fixed in the current release.
Please upgrade.
In article <f270e7b1.0306121124.4e268ecd@posting.google.com>,
mchamber <michel.chamberland@jtax.com> wrote:
: Hi, I am trying to write a small script to download pages via a proxy
: using the http protocol. Somehow though it seems that kermit is
: ignoring the "SET TCP HTTP-PROXY 192.168.40.1:8080" command and tries
: to connect directly to the host. As you can see from the output below
: kermit says its trying to connect to the iternet address instead of
: the 192.168.40.1 proxy. Any pointers would be greatly appreciated.
:
: Sincerely,
: mchamber
:
:
: Here is the relevant part of the script:
:
: <snip>
: #!/usr/bin/kermit +
:
: SET TCP HTTP-PROXY 192.168.40.1:8080
: HTTP OPEN www.slashdot.org 80
: http close
: quit
: </snip>
:
: Here is the output of the script:
:
: <snip>
: C-Kermit 8.0.201, 8 Feb 2002, for Linux
: Numeric: 800201
: Type COPYRIGHT for copyright information.
:
: SET TCP parameters:
: Reverse DNS lookup: off
: DNS Service Records lookup: off
: Keepalive: on
: Linger: off
: DontRoute: off
: Nodelay: off
: Send buffer: (default size)
: Receive buffer: (default size)
: address: (none)
: http-proxy: 192.168.40.1:8080
:
: DNS Lookup... Trying 66.35.250.151... Failed: Connection timed out
: ?HTTP Connection failed.
: </snip>
--
Jeffrey Altman * Volunteer Developer Kermit 95 2.1 GUI available now!!!
The Kermit Project @ Columbia University SSH, Secure Telnet, Secure FTP, HTTP
http://www.kermit-project.org/ Secured with MIT Kerberos, SRP, and
kermit-support@columbia.edu OpenSSL.